vcBeginWorkData
Container for parameters passed to vcPythonTransportController implementation when a new work request is received.
See in: Overview
Module: vcProcessModel
Parent: -
Children -
Referenced by: -
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| ProcessTime | Real | R | Gets how long the work itself should take in seconds. |
| RequestId | Integer | R | Gets the unique (within this transport controller) identifier of this work assignment. |
| RequestingProcess | vcProcessRoutine | R | Gets the process implementation that requested this work. |
| ResourcePositionMatrix | vcMatrix OR None | R | Gets position hint in world coordinates where the working resource is expected to be while doing the work. |
| WorkPositionMatrix | vcMatrix OR None | R | Gets position hint in world coordinates where the actual work is expected to happen. |